home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iaintn.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAINTENSITY_H = 1;
- include("real/intact/r3ia2p.js")
-
-
- var R3CLID_IAINTENSITY = 1447;
-
-
-
-
- // Description: Register geometric objects upporting intensity handle
- // Returns: Boolean, true if succeeded.
- // p1: Integer, class id of the geometry object supporting radial intensity handle
- // p2: Integer, tag for the center attribute (whose type must be R3VECTOR)
- // p3: Integer, tag for the 'radius' attribute (type must be R3FLOAT)
-
- R3IAINTENCM_REGISTERHANDLECL = 1447000;
-
- function mR3IAINTENCM_REGISTERHANDLECL(p1, p2, p3) {
- return DoA3(this.r3obj, 1447000, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Iaintensity () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAINTENSITY, arguments);
- }
- // Methods
- this.REGISTERHANDLECL=mR3IAINTENCM_REGISTERHANDLECL;
-
- // Attributes
- }
-
- r3Iaintensity.prototype=new r3Ia2p;
- // r3iaintn.h_H